Check-Alexa names a function, with lambda list (BODY-JSON):
Performs the mandatory checks for queries from Alexa.
Documented by Amazon at: https://developer.amazon.com/docs/custom-skills/host-a-custom-skill-as-a-web-service.html
Service
To handle requests sent by Alexa, your web service must meet the following requirements:
Note: if you are using Apache HTTP Server to host your web service, use version 2.4.10 or later. Earlier versions of Apache HTTP Server send an "unrecognized name" warning if the server is not configured with a ServerName or ServerAlias in the configuration files. This prevents the Alexa service from sending the customer's request to your server. To address this, either upgrade to 2.4.10 or later, or add ServerName / ServerAlias to your server's configuration file.
Defined in file src/endpoints/gossip/alexa/alexa.lisp.